provider Events PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
Update an Issue
Update an individual issue's attributes. Only the attributes submitted are modified.
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
issue_id path required
The ID of the issue you'd like to query.
integer

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateAnIssue
PUT/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
Update an individual issue's attributes. Only the attributes submitted are modified.

Parameters

required

The ID or slug of the organization the resource belongs to.

required

The ID of the issue you'd like to query.

Input

required

If true, marks the issue as reviewed by the requestor.

required

Limit mutations to only issues with the given status. * `resolved` * `unresolved` * `ignored` * `resolvedInNextRelease` * `muted`

required

Additional details about the resolution. Status detail updates that include release data are only allowed for issues within a single project.

required

The new substatus of the issue. * `archived_until_escalating` * `archived_until_condition_met` * `archived_forever` * `escalating` * `ongoing` * `regressed` * `new`

required

If true, marks the issue as seen by the requestor.

required

If true, bookmarks the issue for the requestor.

required

If true, publishes the issue.

required

If true, subscribes the requestor to the issue.

required

If true, merges the issues together.

required

If true, discards the issues instead of updating them.

required

The user or team that should be assigned to the issues. Values take the form of `<user_id>`, `user:<user_id>`, `<username>`, `<user_primary_email>`, or `team:<team_id>`.

required

The priority that should be set for the issues * `low` * `medium` * `high`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.updateAnIssue()